Create String
Command Prototype
sRet = String(iCount,sChar)
Command Description
Create a specified number of characters
Parameter Description
- Required Parameter
- iCount--The number of characters
- sChar--Characters to create
- return
- sRet--The variable used to save the output of the function call